Class RdKafkaException

Inheritance
System.Object
System.Exception
RdKafkaException
Namespace:RdKafka
Assembly:cs.temp.dll.dll
Syntax
public class RdKafkaException : Exception, ISerializable, _Exception

Constructors

RdKafkaException(String, ErrorCode)

Declaration
public RdKafkaException(string message, ErrorCode errorCode)
Parameters
Type Name Description
System.String message
ErrorCode errorCode

Properties

ErrorCode

Declaration
public ErrorCode ErrorCode { get; }
Returns
Type Description
ErrorCode